The set pager command allows the user to select a pager. A pager is the program that is called when the structure to be displayed has more than 24 elements. The default pager is (1) the environment variable PAGER if it exists or (2) /usr/?/more (path depends on system) if not. If pager is defined to a null string (""), then no pager will be used.
set pager string
set pager "more -c"
show, show pager